On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:
общая лексика
арбитраж шины
в каждый момент времени контроль над шиной, к которой подключено несколько модулей, может иметь только одно устройство, иначе произойдет наложение и искажение сигналов. Для этого и служит арбитраж шины. Все варианты арбитража делятся на две группы: централизованные и распределённые. Централизованные требуют наличия в составе обрамления шины специального устройства - арбитра шины (bus arbiter). При распределённом арбитраже шины схема управления доступом входит в состав каждого из подключаемых к шине устройств
Смотрите также
общая лексика
[главный] абонент
контроллер, работающий независимо от процессора и параллельно обрабатывающий запросы к шине в соответствии с их приоритетами
профессионализм
задатчик шины, контроллер шины
In computing, bus mastering is a feature supported by many bus architectures that enables a device connected to the bus to initiate direct memory access (DMA) transactions. It is also referred to as first-party DMA, in contrast with third-party DMA where a system DMA controller actually does the transfer.
Some types of buses allow only one device (typically the CPU, or its proxy) to initiate transactions. Most modern bus architectures, such as PCI, allow multiple devices to bus master because it significantly improves performance for general-purpose operating systems. Some real-time operating systems prohibit peripherals from becoming bus masters, because the scheduler can no longer arbitrate for the bus and hence cannot provide deterministic latency.
While bus mastering theoretically allows one peripheral device to directly communicate with another, in practice almost all peripherals master the bus exclusively to perform DMA to main memory.
If multiple devices are able to master the bus, there needs to be a bus arbitration scheme to prevent multiple devices attempting to drive the bus simultaneously. A number of different schemes are used for this; for example SCSI has a fixed priority for each SCSI ID. PCI does not specify the algorithm to use, leaving it up to the implementation to set priorities.